Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  List  the  Names  of  All  Objects  in  the  Configuration  Container  

 Content of List the Names of All Objects in the Configuration Container.vbs
MD5 Hash: 873AE61E82177C370B365DADA827A1DC
' Description: Retrieves the names of the first-level objects in the Configuration container.


Set objConfiguration = GetObject _
("LDAP://cn=Configuration,dc=fabrikam,dc=com")

For Each objContainer in objConfiguration
WScript.Echo objContainer.Name
Next

   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a